/*
	公共型样式
*/


/*
site-nav内容
*/
.site-nav{
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: #E8E8E8;
}
/**/
.wrap{
	min-width: 990px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

/*最大宽度*/
@media screen and (min-width: 1200px) and (max-width:4920px) {
	.wrap{
		max-width: 1200px; 
		min-width: 1200px; 
	}
	.content .left-cont{
		max-width: 820px;
	}
	.content .right-cont{
		max-width: 358px;
	}
	.left-cont .m-list4 li {
		width: 168px;
	}
	.right-cont .m-list4 li {
		width: 145px;
	}
	.yScrollList{
		max-width: 1198px;
	}
}

/*990以下宽度*/
@media screen and (max-width: 899px){
	.content .cont-box{
		max-height: 402px;
		min-height: 402px;
	}
	.content .left-cont{
		min-width: 650px;
		max-width: 650px;
	}
	.content .right-cont{
		min-width: 320px;
		max-width: 320px;
	}
	.left-cont .m-list4 li {
		max-width: 128px;
	}
	.right-cont .m-list4 li {
		max-width: 118px;
	}
	.left-cont .m-list4 li img{
		width: 90%;
	}
	.right-cont .m-list4 li img{
		width: 90%;
	}
}
/*990-1199宽度*/
@media screen and (min-width: 990px) and (max-width: 1199px){
	.wrap{
		max-width: 990px; 		
	}
	.content .cont-box{
		max-height: 402px;
		min-height: 402px;
	}
	.content .left-cont{
		max-width: 650px;
	}
	.content .right-cont{
		max-width: 320px;
	}
	.left-cont .m-list4 li {
		max-width: 128px;
	}
	.right-cont .m-list4 li {
		max-width: 118px;
	}
	.left-cont .m-list4 li img{
		width: 90%;
	}
	.right-cont .m-list4 li img{
		width: 90%;
	}
	.yScrollList{
		max-width: 988px;
	}
}





/*头部*/
.head{
	height: 100px;
	padding: 25px 0 0 0;
	overflow: hidden;
	clear: both;
}
/**/
#site-login{
	float: right;
	color: #5F8DC2;
	font-weight: bolder;
}
/*logo*/
.head .head-logo{
	float: left;
}
/*搜索*/
.head-search{
	float: left;
	margin: 15px 0 0 50px;
}
.head-search .search-input{
	width: 350px;
	height: 38px;
	line-height: 38px;
	float: left;
	border: 2px solid #004495;
	padding: 0 0 0 3px;
}
.head-search .search-btn{
	width: 40px;
	height: 38px;
	color: #ffffff;
	background: #004495;
	border: 0 none;
}
.head-search .search-btn:hover{
	background: #00367C;
}
/*导航*/
.nav{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #004495;
}
.nav .sideBar{
	width: 200px;
	height: 50px;
	line-height: 50px;
	float: left;
	padding: 0 0 0 20px;
	background: #E7EBEF;
	position: relative;
	top: -10px;
	font-size: 16px;
	color: #363636;
	font-family: "Microsoft Yahei",Tahoma,Helvetica,Arial,SimSun,sans-serif;
}
/*页脚*/
footer{
	width: 100%;
	border-top:8px solid #014099; 
	background: #E5E5E5;
	padding: 30px 0 35px 0;
	float: left;
}
footer .foot-logo{
	width: 199px;
	height: 177px;
	margin: 0 auto;
	background: url(../img/login-footer-logo.png) no-repeat;
}